@media screen and (max-width: 500px) {
    .news-img{
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
    .ml150{
        margin-left: 0;
    }
    .nav-r-abs{
        position: absolute;
        right: 0;
    }
    .lang-abs{
        position: absolute;top:10px;right:10px;
    }
    .m-slide-block {
        width: 58px;
    }
    .news-img{
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
    .ml150{
        margin-left: 0;
    }
    .nav-r-abs{
        position: absolute;
        right: 0;
    }
    .lang-abs{
        position: absolute;top:10px;right:10px;
    }
    .m-slide-block {
        width: 58px;
    }
    .news-img{
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
    .ml150{
        margin-left: 0;
    }
    .nav-r-abs{
        position: absolute;
        right: 0;
    }
    .lang-abs{
        position: absolute;top:10px;right:100px;
    }
    .m-slide-block {
        width: 58px;
    }
    .news-img{
        width: 100%;
        height: 203px;
    }
}

@media (min-width: 992px){
    .col-md-1 {
        width: 20%;
    }
    .news-img{
        width: 100%;
        height: 203px;
    }
}

@media (min-width: 1300px) {
    .five-cols .col-md-1,
    .five-cols .col-sm-1,
    .five-cols .col-lg-1 {
        width: 20%;
        *width: 20%;
        float:left;
        padding:0 15px;
    }
    .ml150{
        margin-left: 190px;
    }
    .nav-r-abs{
        position: static;
    }
    .lang-abs{
        position: absolute;top:10px;right:100px;
    }
    .m-slide-block {
        width: 160px;
    }
    .news-img{
        width: 100%;
        height: 203px;
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
    overflow-x: hidden;
}
ul,
ol {
    margin-bottom: 0;
}
.m-img img{
    width: 100%;
    height: auto;
}
.row{
    display:block;
}
.font12{
	font-size:12px;
}
.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -26px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin-bottom: 0;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 26px;
    height: 3px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    margin-bottom: 0;
    background: url("../images/icoCircle.gif") 0 -3px no-repeat;
}

.slideBox .hd ul li.on {
    background-position: 0 0;
}


.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.of{
    overflow: hidden;
}

.slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.h35 {
    height: 35px;
    line-height: 35px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.pl50 {
    padding-left: 50px;
}
.gray{
	background:#f4f4f4;
}
.pl20{
	padding-left: 20px;
}
.pl30{
	padding-left: 30px;
}
.pl40{
	padding-left: 40px;
}
.pl50{
	padding-left: 50px;
}
.w30 {
    width: 30px;
    display: inline-block;
}
.mb-25 {
	margin-bottom:30px;
}
.pr10 {
    padding-right: 5px;
}
.ml20{
	margin-left:20px;
}
.center {
    text-align: center;
}

.m-desc {
    color: #777;
    line-height: 26px;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.mt15 {
    margin-top: 15px;
}

.mt10 {
    margin-top: 10px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.m-nav {
    background: #fff;
    position: relative;
    border-bottom: 2px solid #164383;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.active p {
    color: #164383;
}

.m-title {
    height: 56px;
    line-height: 56px;
}

.rel {
    position: relative;
}

.nav-bar {
    height: 103px;
}

.navbar-header {
    height: 100px;
}

.nav-right-bg {
    position: absolute;
    right: 0;
    top: 0;
}
.nav-right-bg img {
	width:160px;
	height:auto;
}

.navbar-toggle {
    z-index: 99;
}

.p30 {
    padding-top: 25px;
}

.navbar-toggle {
    margin-top: 30px;
}

.ml100 {
    height: 100px;
    border-right: 1px solid #f6f6f6;
}

.p30 li {
    text-align: center;
    margin-right: 38px;
}

.navbar-nav .active {
    color: #164383;
}

.navbar-nav a {
    color: #777;
}

.search {
    position: absolute;
    left: -25px;
    top: 13px;
}

.down {
    position: absolute;
    right: -12px;
    top: 13px;
}

.pl15 {
    padding-left: 15px;
}

.navbar {
    margin-bottom: 0;
}

.m-news {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #e2e2e2;
}

.m-pro {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.news-title {
    border-bottom: 2px solid #164383;
    width: 100px;
    text-align: center;
    color: #164383;
    font-weight: bold;
    float: left;
}

.news-list {
    width: auto;
    float: left;
}

.news-list,.news-list:hover{
    color:#333;
    text-decoration:unset;
}

.bar {
    float: left;
}

.seven-cols .col-md-1 img {
    width: 100%;
    height: 127px;
    text-align: left;
}

.about img {
    width: 100%;
    height: auto;
}

.about-bg {
    position: absolute;
    top: -98px;
    width: 528px;
    height: auto;
    left: -88px;
    z-index: -1;
}

.about,.about:hover{
    color:#333;
    text-decoration:none;
    display:block;
}

.line {
    width: 10px;
    height: 1px;
    border-bottom: 2px solid #777;
    display: block;
}

.footer {
    height: auto;
    background: #27292b;
    line-height: 28px;
    border-bottom: 1px solid #777;
    padding-bottom: 38px;
}

.foot-ul {
    padding: 0;
}

.foot-ul ul {
    padding: 0 18px;
    margin: 0;
    display: inline-block;
    list-style: none;
    color: #fff;
    float: left;
}

.foot-ul a:link,.foot-ul:hover,.foot-ul a:visited{
    color:#fff;
}

.footer-rb {
    height: 238px;
    border-right: 1px solid #777;
    position: absolute;
    left: 10px;
    top: 0;
}

.foot-ul ul li:first-child {
    margin-bottom: 23px;
    font-weight: bold;
}

.copyright {
    height: 50px;
    line-height: 50px;
    background: #27292b;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.m-slide-block {
    height: 322px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    overflow: hidden;
    margin-right: 9px;
}

.m-active {
    width: 710px;
}

.news-l {
    float: left;
    height: 322px;
}

.m-news-right {
    width: 300px;
    margin-left: 30px;
}

.m-news-right h4 {
    margin-top: 40px;
}

.news-pop {
    position: absolute;
    background: #1a5ca5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    display: none;
}

.btn-pop {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    display: none;
}

.pop-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -10px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: none;
}

.news-img {
    display: block;
}



/**********************************公司简介**********************************/

.cate-title {
    text-align: center;
    float: left;
    margin-right: 30px;
    height: 54px;
    color: #a3a3a3;
    padding:0 10px;
    display:block;
    text-decoration:none;
}
.cate-title:hover{
    text-decoration: none;
}

.cate-active {
    border-bottom: 2px solid #164383;
    color: #164383;
}

.cate-active:before {
    content: '';
    width: 10px;
    height: 5px;
    background: url(../images/allow.jpg);
    background-size: 10px 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.honor {
    background: url(../images/honor-bg.jpg) no-repeat;
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
}


.picScroll-left {
    width: 100%;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 60px;
    padding: 0 10px;
}

.picScroll-left .prev,
.picScroll-left .next {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
    position:absolute; 
    left:-40px; 
    top:50%; 
    margin-top:-30px;
}

.picScroll-left .next {
    background-position:-74px 0;
    left:auto;
    right:-70px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 12px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 224px;
    height: 292px;
    display: block;
    padding: 2px;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
}
.honor-title{
	width:100%;
	text-align: center;
}
.honor-btn{
	width:40px;
	height:2px;
	background:#164383;
	margin:0 auto;
}

.contact-list{
	height:159px;
	border:1px solid #ccc;
	-moz-box-shadow:2px 2px 15px #999; 
	-webkit-box-shadow:2px 2px 15px #999; 
	box-shadow:2px 2px 15px #999;
	padding:0;
}
.contact-txt p{
	margin:0;
}
.page-con{
	height:80px;
	line-height: 80px;
	border-top:1px solid #ccc;
}
.page-text{
	padding:0;
}
.m-pre:before{
	content: '';
	height:49px;
	width:49px;
	background:url(../images/arrow.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align:middle;
	margin-top:-8px;
}
.m-next:after{
	content: '';
	height:49px;
	width:49px;
	background:url(../images/arrow.png) -72px 0 no-repeat;
	display: inline-block;
	vertical-align:middle;
	margin-top:-8px;
}
.m-news-list{
	height:auto;
	margin-bottom:30px;
}
.news-list-desc{
	box-shadow:2px 2px 20px #999;
	padding:10px;
	height:auto;
    padding-bottom: 50px;
}
.m-news-title{
	border-bottom: 1px solid #ccc;
	padding:5px 0 15px 0;
}
.product-list{
	width: auto;
	border:1px solid #ccc;
	margin-bottom:30px;
    padding-bottom:20px;
}
.product-list img{
	width:222px;
	height:auto;
}
.pro-btn{
	width:106px;
	height:34px;
	line-height:34px;
	border:1px solid #064c9c;
	display:inline-block;
	margin-top:10px;
}
.pro-cate{
	margin:0 auto;
	position: absolute;
	top:0;
}
.pro-cate a:link,.pro-cate a:hover,.pro-cate a:visited{
    color:#fff;
    text-decoration:none;
}
.pro-cate-list{
	background:#0a4e9e;
	color:#fff;
	height:44px;
	line-height:44px;
	width:188px;
	text-align:center;
	padding:0 8px;
}
.pro-on{
	background:#376eb0;
	height:44px;
}
.pro-on:after{
	width: 7px;
	height:10px;
	background: url(../images/right-arrow.jpg) no-repeat;
	background-size:7px 10px;
	content:'';
	display: inline-block;
	float:right;
	margin:17px 0 0 0;
}
.cl-cate{
	margin-left:10px;
}
.pro-child-cate{
	position:absolute;
	left:188px;
	top:0;
	width:188px;
	background:#3a71b1;
}
.pro-child-cate>ul>li{
	width:168px;
	color:#fff;
	height:44px;
	line-height:44px;
	
}
.copyright>p{
    margin:0;
}

.dropdown-menu>li{
    margin-right:0;
}

.search-pro{
    width: 350px;
    height: 35px;
    margin:0 auto;
    margin-top:30px;
    margin-bottom: 10px;
    position: relative;
}
.search-pro input{
    width: 100%;
    height:35px;
    padding-left: 8px;
}
.search-pro img{
    position: absolute;
    right:5px;
    top:5px;
    cursor: pointer;
}
.msg input{
    height: 30px;
    width: 100%;
    padding-left:5px;
    border:1px solid #ccc;
}
.msg textarea{
    height: 100px;
    width: 100%;
    padding:5px 0 0 5px;
    border:1px solid #ccc;
}
.msg button{
    width: 100px;
    height:40px;
    line-height: 40px;
    border:none;
    background: #2045A3;
    color:#fff;
}

.pager{height:40px;padding:10px 0px;text-align:center;}
.pager a,.pager span,.pager strong{display:inline-block;height:31px;line-height:31px;padding:0 15px;margin:0 3px;border:1px solid #ccc;color:#bbb;background:#eee;overflow:hidden;}
.pager a:link,.pager a:visited{border:1px solid #23527c;color:#23527c;background:#fff;}
.pager a:hover{border:1px solid #23527c;color:#fff;text-decoration:none;background:#23527c;}
.pager strong{border:1px solid #23527c;background:#23527c;color:#fff;}
.pager .prev,.pager .next{display:inline-block;}